!
!   Standard system core files needed to start system and run NOMADS
!
!!    -- Includes files required to output to PDF files and use *PDF*;VIEW
!
!! Format of this file is one line per file to include
!! Anything following "!" is ignored
!! Lines that start with !! are not printed during processing
!! Lines with single ! will be printed unless empty
!
!! ----------------------------------------
!
! These are needed in PLUSLIB.DLL to eliminate need for LIB programs
!
! -- English syntax/error message files
!
	*lextbl.en	! Syntax table
	*mlfile.en	! Message library
!
! -- Windows terminal definition
!
	*dev/windows	! Device driver
	*tty		! Generic Keyboard CTL key loader
	*kybrd.std	! Standard Keyboard definitions
!
! -- System *START.UP program and theme processor
!
	*start.up
	*obj/theme.pvc
	*theme/autoload
!
!! -- If you need themes to be autoloaded you will need to add 
!
!!	*theme/autoload
!!	*theme/override
!!	... plus as required
!!	*theme/system/....
!
!
! -- PxPlus start logic
!
	*plus/start_up		! Standard Startup
	*plus/spawn		! Generic spawn processor
!
!!	The following are optional if you don't intend to use command
!!	mode.  They simply load the 'Utilites' menu at command mode.
!!
!! 	*** OPTIONAL ***
!
	*plus/util/config	! Menu bar loaded
	*plus/util/util.conf	! Menu bar settings
	*cmd/system/_plus	! Plus Extensions
	*cmd/system/_plus.en	! Library for Nomads (Would require Nomads)
!
! -- *CONTROL (Hot key processor)
!
	*control 
	*query
!
! -- PDF drivers
!
	*pdf*			! Logical name
	*dev/pdf2		! Device handler
	*ext/system/pdf		! PDF driver
	*ext/system/pdfview	! PDF Viewer logic
	*ext/system/forms.en	! PDF Forms library
	*scrnlib.en		! PDF screen
	*fl.nme			! Temporary file logic
!
! -- NOMADS files
!!	(could be ommited it not using)
!!	** WARNING *PDF* use this **
!
	*winproc		! Core NOMADS processor
	*winproc.tbl		! Internal table manager
	*winproc.dsp		! Display routine
	*winproc.rsz		! Resize logic
	*winproc.cus		! Customizer (Optional)
	*winproc.grd		! Grid processor
	*winproc.xeq		! Logic processor
	*winproc.sad		! Save/restore logic
	*winproc.emb		! Embedded panels
	*winproc.ocx		! OCX logic
	*winproc.mnu		! Menu handler
	*winerr			! Error handler
	*winapi
!	
	*wintab			! Tab processor
	*wingrp			! Group processor	
	*winlist		! List processor
	*win/color.dsp		! Colour load logic
	*info			! Screen / monitor information
	*secure			! Nomads security module
	*msglib			! Message library control
	*msglib.en		! English messages
!
	*windx.utl		! Windx interface utility (Used by Nomads)
!
!! Query processor
!
	*winqry			! Query processor
!
	**key.inf		! Key information
	*progbar		! Progress bar
!
!! File maintenance
!
	*win/flmaint		! File maintenance
!
! -- PLUS extensions for NOMADS
!!
!!	Mostly optional if not using PLUS features
!
	*plus/nomads		! Drag logic for Widgets
	*plus/winutl/copylbox	! Copy listbox to clipboard utility
	*plus/winutl/richtext	! Richtext logic for Find/Format
	*plus/winutl/scrnlib.en	! Screen information
	*plus/winutl/winqry	! Winqry extensions
	*plus/winutl/transparency	! Transparency routine
!
!!	*winproc.cnv		! Include to convert old form libraries
!
